type runtime.cpuStats

5 uses

	runtime (current package)
		metrics.go#L669: 	cpuStats
		mgc.go#L461: 	cpuStats
		mstats.go#L902: type cpuStats struct {
		mstats.go#L928: func (s *cpuStats) accumulateGCPauseTime(dt int64, maxProcs int32) {
		mstats.go#L939: func (s *cpuStats) accumulate(now int64, gcMarkPhase bool) {